home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / r3pl / r3pl.js next >
Encoding:
JavaScript  |  2005-04-04  |  797 b   |  43 lines

  1.  
  2. // JavaScript wrapper for r3pl.h
  3. // Auto generated file, do not modify by hand
  4. // Copyrights 2002, Realsoft Graphics Oy
  5.  
  6. var R3_PL_H = 1;
  7. include("oops/r3prglng.js")
  8.  
  9.  
  10. var R3CLID_R3PL = 9;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. // R3PLA_Words: 'R3PLA_Words' not documented
  19. R3PLA_Words = 9500;
  20. // R3PLA_Data: 'R3PLA_Data' not documented
  21. R3PLA_Data = 9516;
  22. // R3PLA_AttribFunction: 'R3PLA_AttribFunction' not documented
  23. R3PLA_AttribFunction = 9517;
  24. var R3PLBUSY_START = 1;
  25. var R3PLBUSY_UPDATE = 2;
  26. var R3PLBUSY_END = 3;
  27. var R3PLERRHT_RPL = 0;
  28. var R3PLERRHT_C = 1;
  29. var R3PLERRHF_PERMANENT = 1;
  30.  
  31.  
  32. function r3R3pl () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_R3PL, arguments);
  36.    }
  37.    // Methods
  38.  
  39.    // Attributes
  40. }
  41.  
  42. r3R3pl.prototype=new r3Prglng;
  43. // r3pl.h_H